Depending on the configuration option where it is used, VBScript is available for configuration expressions to either calculate a value (file name, folder, property value, and so on) or to evaluate to True or False to apply an option (input required, field visibility, field read-only, and so on). You can use VBScript expressions in many places in a vault’s configuration, including:
Each configuration expression is a single VBScript statement to be evaluated. Configuration expressions are limited in that they:
You can use a VBScript expression anywhere you see the Meridian Enterprise Script Editor button in Configurator. Clicking the button opens the Meridian Enterprise Script Editor where you can enter a VBScript expression. For information about using the Meridian Enterprise Script Editor, see Understanding the Meridian Enterprise Script Editor.
Related concepts
Understanding the Meridian Enterprise Script Editor
Understanding the Microsoft Script Debugger
Understanding the Meridian object model
Understanding the Meridian functions
Understanding Meridian event procedures
Understanding automation objects
Understanding object arguments
Understanding VBScript and the Meridian Web Client
Understanding the CurrentPropertyName property
Related tasks
Understanding the effects of custom scripting
Related information
Formatting text with RTF codes